Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZO-4649: Configure max retry for speech webhook #617

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

louika
Copy link
Contributor

@louika louika commented Feb 13, 2024

The retry period for the celery task should cover one hour.

Checklist

gif

again

@louika louika requested a review from wosc February 13, 2024 10:46
self.retry(countdown=int(config['retry-delay-seconds']))
self.retry(
countdown=int(config['retry-delay-seconds']), max_retries=int(config['max-retries'])
)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1 @@
ZO-4683: Only publish article after referencing tts audio if it is unchanged
Copy link
Member

@wosc wosc Feb 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das gehört nicht hier rein, oder? Ansonsten passt alles.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh absolut nicht, was hat das da zu suchen

@louika louika merged commit e543961 into main Feb 13, 2024
4 checks passed
@louika louika deleted the ZO-4649_max_retries branch February 13, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants